home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / pas_all.zip / TI236.ASC < prev    next >
Text File  |  1991-09-11  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 236
  10.   VERSION : 2.00B
  11.        OS : MS-DOS
  12.      DATE : February 13, 1986                            PAGE : 1/2
  13.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  14.  
  15.  
  16.  
  17.  
  18.   This  patch  automatically  responds   to   the   "Include  Error
  19.   Messages?"  prompt and proceeds to either  load  or  exclude  the
  20.   error messages (whatever is specifed by the patch you apply). The
  21.   message still appears, but does not wait for an answer.
  22.  
  23.   ERROR MESSAGES NOTE: The new  version of TINST lets you designate
  24.   the  path to the error messages in the event they are stored in a
  25.   directory other than the  one  active at the time Turbo Pascal is
  26.   loaded.
  27.  
  28.   Use the DOS  utility,  DEBUG,  to  apply the following patch to a
  29.   copy  of  your  original  .COM  file.  Copy  DEBUG.COM  into  the
  30.   directory  (or  onto  the diskette) where your  working  copy  of
  31.   information  exactly  as  it  appears.  (Conclude  each  line  by
  32.   pressing <Enter>.)
  33.  
  34.   Note:
  35.   1.   DEBUG  is  not  sensitive  to  upper  and  lower  case.  all
  36.        addresses are listed in upper case for ease of  readability.
  37.  
  38.   2.   While in DEBUG, the prompt will appear as a dash (-).
  39.  
  40.   3.   If you do not receive  the appropriate response, press  "q",
  41.        followed by <Return>,  to  quit. Check your  version numbers
  42.        and, if correct, try again.
  43.  
  44.   TURBO.COM - "YES" - MESSAGES INCLUDED
  45.  
  46.        YOU TYPE                               THIS APPEARS
  47.  
  48.        DEBUG TURBO.COM<ENTER>                 -
  49.        E2716                                  XXXX:2716 E8.
  50.        E9<Space>                              0C
  51.        1C<Space>                              DB
  52.        00<Space>                              E8
  53.        E9<Space>                              F5
  54.        05<Space>                              02
  55.        00<Return>                             -
  56.        w                                      writing XXXX bytes
  57.        q                                      DOS prompt
  58.  
  59.  
  60.   TURBO.COM - "NO - MESSAGES NOT INCLUDED
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   PRODUCT : TURBO PASCAL                               NUMBER : 236
  76.   VERSION : 2.00B
  77.        OS : MS-DOS
  78.      DATE : February 13, 1986                            PAGE : 2/2
  79.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  80.  
  81.  
  82.  
  83.  
  84.        YOU TYPE                               THIS APPEARS
  85.  
  86.        DEBUG TURBO.COM<ENTER>                 -
  87.        e2716                                  XXXX:2716 E8.
  88.        E9<Space>                              0C
  89.        1C<Space>                              DB
  90.        00<Space>                              E8
  91.        E9<Space>                              F5
  92.        08<Space>                              02
  93.        00<Return>                             -
  94.        w                                      writing XXXX bytes
  95.        q                                      DOS prompt
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.